cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/106 - Student Grade Calculator/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
# Student Grade Calcuator :
---
```txt
It's a calculator which calculate total marks of 4 subjects , calculate their Percentage
---
```txt
It's a calculator which calculate total marks of 4 subjects , calculate their Percentage
function calculate(){
let p =document.getElementById('p').value;
let c =document.getElementById('c').value;
let d =docu
let p =document.getElementById('p').value;
let c =document.getElementById('c').value;
let d =docu